home *** CD-ROM | disk | FTP | other *** search
- -- card: 3251 from stack: in
- -- bmap block id: 3000
- -- flags: 0000
- -- background id: 2690
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=171 top=80 right=101 bottom=215
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: weight
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=189 top=111 right=131 bottom=215
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: heightFT
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=256 top=111 right=131 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: heightIN
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=221 top=175 right=196 bottom=305
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 1280
- -- line height: 16
- -- part name: index
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=301 top=237 right=258 bottom=375
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: calculate
- ----- HyperTalk script -----
-
- -- Coconut Info ®
- -- P.O. Box 75453
- -- Honolulu, HI 96836
- -- (808) 262-6159
- --HyperCard allows 'quick' programming on the Mac for simple, yet
- --wonderful applications. Use it often!
- --For all the people who love to eat as much as I do.......
- --bodyMass = (weight in pounds/1 kilo)/(height in inches * 2.54/100)^2
- on mouseUp
- put card field "weight"/2.2046 into wt
- put (((card field "heightFT" *12 + card field "heightIN")*2.54)/100) ^2 into htsq
- put wt/htsq into card field "index"
- end mouseUp
-
-
-
- -- part contents for card part 3
- ----- text -----
- 5
-
- -- part contents for card part 4
- ----- text -----
- 6
-
- -- part contents for card part 1
- ----- text -----
- 180
-
- -- part contents for card part 5
- ----- text -----
- 29.05276